go.uber.org/goleak.opts.maxSleep (field)

7 uses

	go.uber.org/goleak (current package)
		options.go#L43: 	maxSleep   time.Duration
		options.go#L52: 	opts.maxSleep = o.maxSleep
		options.go#L96: 		opts.maxSleep = d
		options.go#L109: 		maxSleep:   100 * time.Millisecond,
		options.go#L138: 	if d > o.maxSleep {
		options.go#L139: 		d = o.maxSleep